home *** CD-ROM | disk | FTP | other *** search
- *** unroll.c.orig Tue Mar 17 14:45:45 1992
- --- unroll.c Tue Mar 17 14:46:30 1992
- ***************
- *** 1248,1254 ****
- /* Fail for floating point values, since the caller of this function
- does not have code to deal with them. */
- if (GET_MODE_CLASS (GET_MODE (loop_final_value)) == MODE_FLOAT
- ! || GET_MODE_CLASS (GET_MODE (loop_initial_value) == MODE_FLOAT))
- {
- if (loop_dump_stream)
- fprintf (loop_dump_stream,
- --- 1248,1254 ----
- /* Fail for floating point values, since the caller of this function
- does not have code to deal with them. */
- if (GET_MODE_CLASS (GET_MODE (loop_final_value)) == MODE_FLOAT
- ! || GET_MODE_CLASS (GET_MODE (loop_initial_value)) == MODE_FLOAT)
- {
- if (loop_dump_stream)
- fprintf (loop_dump_stream,
-